From: Luc Teirlinck Date: Thu, 15 Jul 2004 00:38:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21648 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c9e4907b3a9d44ad34f8e27c30bf1cdf29c03979;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index bc00a408a34..82778db7be8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2178,7 +2178,11 @@ configuration files. * Lisp Changes in Emacs 21.4 -** If a command sets transient-mark-mode to `only', that ++++ +** `visited-file-modtime' and `calendar-time-from-absolute' now return +a list of two integers, instead of a cons. + +** If a command sets transient-mark-mode to `only', that enables Transient Mark mode for the following command only. During that following command, the value of transient-mark-mode is `identity'. If it is still `identity' at the end of the command, diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4ad59d3fe9a..65202b371ae 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-07-14 Luc Teirlinck + + * buffers.texi (Modification Time): `visited-file-modtime' now + returns a list of two integers, instead of a cons. + 2004-07-13 Luc Teirlinck * windows.texi: Various changes in addition to: